home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / pgp23src.zip / MORE.H < prev    next >
C/C++ Source or Header  |  1993-05-09  |  158b  |  9 lines

  1. #ifndef MOREP_H
  2. #define MOREP_H
  3.  
  4. extern int more_file(char *fileName);
  5. extern int open_more(void);
  6. extern int close_more(void);
  7.  
  8. #endif /* MOREP_H */
  9.